Get Items created by User
{ getAllItemsCreatedByUser }
Returns a list of all content items created by the specified user.
Method
/API3/content/getAllItemsCreatedByUser
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
Input Parameters
Name
userId
Type
string
Description
The system user ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Pyramid Content item object.. Note that the response is returned as a list of items of this object type.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP